code_checker v2.0.0 (2021-09-30T20:27:54Z)
Dub
Repo
TidyResult
code_checker
engine
builtin
clang_tidy
Undocumented in source.
@
safe
struct
TidyResult {
AbsolutePath
file
;
CountErrorsResult
errors
;
int
suppressedWarnings
;
int
clangTidyStatus
;
string
[]
output
;
void
print
();
}
Members
Functions
print
void
print
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
clangTidyStatus
int
clangTidyStatus
;
Exit status from running clang tidy
errors
CountErrorsResult
errors
;
Undocumented in source.
file
AbsolutePath
file
;
Undocumented in source.
output
string
[]
output
;
Output to the user
suppressedWarnings
int
suppressedWarnings
;
Undocumented in source.
Meta
Source
See Implementation
code_checker
engine
builtin
clang_tidy
classes
ClangTidy
functions
executeFixit
executeParallel
isCodeCheckerConfig
runClangTidy
taskTidy
writeClangTidyConfig
structs
ClangTidyConstants
ExpectedReplyCounter
TidyResult
TidyWork